home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bld23.zip / BINSTL87.BAT < prev    next >
DOS Batch File  |  1995-06-17  |  2KB  |  51 lines

  1. @Echo Off
  2. Cls
  3. Echo Aeolus Software          BUILDER Clipper (tm) Code Generator
  4. Echo                          Version 2.3
  5. Echo .
  6. Echo Installation:
  7. Echo .
  8. Echo This is the Installation for the Summer '87 Version of Clipper.  If you
  9. Echo do not want to Install this version, press Ctrl+Break now.
  10. Echo .
  11. Echo If your Summer '87 version of Clipper is located in the subdirectory
  12. Echo \CLIPPER on the current default drive press a key to proceed.
  13. Echo .
  14. Echo If your Summer '87 version of Clipper is located in a subdirectory other
  15. Echo than \CLIPPER, press Ctrl+Break and from the DOS prompt type:
  16. Echo    "BINSTL87 \CLIPDIR\"
  17. Echo Without the quotes of course.  Where "CLIPDIR" is the name of the sub-
  18. Echo directory where CLIPPER.LIB and CLIPPER.EXE are located.  Be sure to
  19. Echo include the trailing backslash!
  20. Echo .
  21. Pause
  22. Cls
  23. Echo Installing Builder Version 2.3 ...
  24. If %1!==! Set BDIR=\CLIPPER\
  25. If Not %1!==! Set BDIR=%1
  26. If Not Exist %BDIR%CLIPPER.EXE Goto Err
  27. Copy Builder.Exe %BDIR%Builder.Exe
  28. Copy Breport.Exe %BDIR%Breport.Exe
  29. Copy BldrS87.Lib %BDIR%Builder.Lib
  30. Copy BasmS87.Lib %BDIR%BldrAsm.Lib
  31. Copy BldrHelp.Dbf %BDIR%BldrHelp.Dbf
  32. Copy BldrHelp.Dbt %BDIR%BldrHelp.Dbt
  33. Echo You Should See "1 file(s) copied" 6 Times, If Not Call Aeolus at
  34. Echo (612) 730-4135
  35. Echo .
  36. Echo Installation Complete.
  37. Echo .
  38. Echo Assuming your Clipper Compiler is Accessible Through your DOS Path,
  39. Echo Type BUILDER or BREPORT from the DOS Command Line to Begin Creating
  40. Echo Builder Applications or Breport Reports.
  41. Echo .
  42. Echo Before Discarding this Program out of Exasperation, Call (612) 730-4135
  43. Echo for Support.  Unregistered Users Receive 5 FREE Support Calls!!
  44. Goto Out
  45. :Err
  46. Cls
  47. Echo ERROR:  The Subdirectory %BDIR% Does Not Contain the File CLIPPER.EXE
  48. Echo         Installation of Builder CANNOT be Performed.
  49. :Out
  50. Set BDIR=
  51.